Front-End I CSS, Bootstrap
Cascading Style Sheet (CSS)
Styles define how to display HTML elements
Styles are normally stored in Style Sheets
Styles were added to HTML 4.0 to solve a problem
External style sheets can save a lot of work
External style sheets are stored in CSS files
Multiple style definitions will cascade into one
Benefit
Separates structure from presentation
Provides advanced control of presentation
Easy maintenance of multiple pages
Faster page loading
Better accessibility for disabled users
Easy to learn
HTML and CSS
work together to produce beautiful and functional Web sites
HTML = structure
CSS = style
Bootstrap
Custom file:
1 | <!-- bootstrap file upload: custom-file --> |
Z-index
The z-index
property specifies the stack order of an element.
Align
1 | <div class="container py-3 mt-3"> |
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
Comment
LivereWaline